Adwaita: Fix separator color for lists
authornana-4 <hnmaigo@gmail.com>
Tue, 22 Sep 2020 01:35:15 +0000 (10:35 +0900)
committernana-4 <hnmaigo@gmail.com>
Tue, 22 Sep 2020 01:35:15 +0000 (10:35 +0900)
gtk/theme/Adwaita/_common.scss

index 4c1bbd0d62c7f54caf5eb20ea219e19fa17508b1..35788a84c46af056244e190ef27d35f85dd6630d 100644 (file)
@@ -3062,7 +3062,7 @@ separator {
  * Lists *
  *********/
 listview,
-list  {
+list {
   color: $text_color;
   background-color: $base_color;
   border-color: $borders_color;
@@ -3079,11 +3079,11 @@ list  {
 
   &.horizontal row.separator:not(:first-child),
   &.separators.horizontal > row:not(:first-child) {
-    border-left: 1px solid $borders_color;
+    border-left: 1px solid $_treeview_borders_color;
   }
   &:not(.horizontal) row.separator:not(:first-child),
   &.separators:not(.horizontal) > row:not(:first-child) {
-    border-top: 1px solid $borders_color;
+    border-top: 1px solid $_treeview_borders_color;
   }
 }